From b3fab1f2cd22bfaee95831af57a65f803f03083c Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Mon, 29 Oct 2012 16:26:59 +0100 Subject: doc: add apidoc target for doxygen API documentation Documentation includes only the externally visible API of the installed headers. Based on a patch by Anton Khirnov . Signed-off-by: Anton Khirnov --- doc/doxy-wrapper.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 doc/doxy-wrapper.sh (limited to 'doc/doxy-wrapper.sh') diff --git a/doc/doxy-wrapper.sh b/doc/doxy-wrapper.sh new file mode 100755 index 0000000000..6650e38850 --- /dev/null +++ b/doc/doxy-wrapper.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +SRC_PATH="${1}" +DOXYFILE="${2}" + +shift 2 + +doxygen - <