]> granicus.if.org Git - multimarkdown/commitdiff
improve doxygen features
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 12 Nov 2015 16:23:28 +0000 (11:23 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 12 Nov 2015 16:23:28 +0000 (11:23 -0500)
templates/doxygen.conf.in
templates/template.c.in
templates/template.h.in

index 348182e72454214ad0ea5023f3e5876c8dec6e00..7db5c97882a7039d4ef327a5298a24902a3d63c1 100644 (file)
@@ -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
index 6fbe49ea4f43a417bc06a175d039b76791c77d12..cd8643d9c860ba0abdae52a24d75a1767027292c 100644 (file)
@@ -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@
index fc91c85b5edcddbb2bab547940b5fc66b293c1f2..8709eca474b0e7c7d8c7e3c0360cb5d64ecb1d74 100644 (file)
@@ -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@