diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-09 06:25:57 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-09 06:25:57 +0000 |
commit | 0edf468feae65872a854be3cc3949d8d0a11587f (patch) | |
tree | 801c553e087821fcba29e4f1abc9d64f62acbcde /muggle.doxygen | |
parent | 653ca204d10b3481670a80769baa3d768bb5f64a (diff) | |
download | vdr-plugin-muggle-0edf468feae65872a854be3cc3949d8d0a11587f.tar.gz vdr-plugin-muggle-0edf468feae65872a854be3cc3949d8d0a11587f.tar.bz2 |
Enhanced documentation for Doxygen
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@150 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle.doxygen')
-rw-r--r-- | muggle.doxygen | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/muggle.doxygen b/muggle.doxygen index f973c51..c5796c6 100644 --- a/muggle.doxygen +++ b/muggle.doxygen @@ -23,7 +23,7 @@ PROJECT_NAME = Muggle media plugin # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.1 +PROJECT_NUMBER = 0.0.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -361,7 +361,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = README # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp @@ -535,7 +535,7 @@ HTML_FOOTER = # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet -HTML_STYLESHEET = +HTML_STYLESHEET = stylesheet.css # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to |