From: Fletcher T. Penney Date: Thu, 12 Nov 2015 16:23:28 +0000 (-0500) Subject: improve doxygen features X-Git-Tag: 0.1.0a~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f5854d598b165a436016dcac6a999deee2616e1;p=multimarkdown improve doxygen features --- diff --git a/templates/doxygen.conf.in b/templates/doxygen.conf.in index 348182e..7db5c97 100644 --- a/templates/doxygen.conf.in +++ b/templates/doxygen.conf.in @@ -790,7 +790,7 @@ USE_MDFILE_AS_MAINPAGE = README.md # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. @@ -1377,7 +1377,7 @@ LATEX_HIDE_INDICES = NO # Note that which sources are shown also depends on other settings # such as SOURCE_BROWSER. -LATEX_SOURCE_CODE = NO +LATEX_SOURCE_CODE = YES # The LATEX_BIB_STYLE tag can be used to specify the style to use for the # bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See diff --git a/templates/template.c.in b/templates/template.c.in index 6fbe49e..cd8643d 100644 --- a/templates/template.c.in +++ b/templates/template.c.in @@ -1,10 +1,10 @@ /** - @My_Project_Title@ + @My_Project_Title@ -- @My_Project_Description@ @file file.c - @brief @My_Project_Description@ + @brief @author @My_Project_Author@ diff --git a/templates/template.h.in b/templates/template.h.in index fc91c85..8709eca 100644 --- a/templates/template.h.in +++ b/templates/template.h.in @@ -1,10 +1,10 @@ /** - @My_Project_Title@ + @My_Project_Title@ -- @My_Project_Description@ @file file.h - @brief @My_Project_Description@ + @brief @author @My_Project_Author@