Include README.md in API docs and remove phpdoc config
This commit is contained in:
parent
eab6177eea
commit
bfaddb51ec
2 changed files with 2 additions and 14 deletions
4
Doxyfile
4
Doxyfile
|
@ -844,7 +844,7 @@ WARN_LOGFILE =
|
|||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = src
|
||||
INPUT = src README.md
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
@ -1041,7 +1041,7 @@ FILTER_SOURCE_PATTERNS =
|
|||
# (index.html). This can be useful if you have a project on for instance GitHub
|
||||
# and want to reuse the introduction page also for the doxygen output.
|
||||
|
||||
USE_MDFILE_AS_MAINPAGE =
|
||||
USE_MDFILE_AS_MAINPAGE = README.md
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to source browsing
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<phpdoc>
|
||||
<parser>
|
||||
<target>doc</target>
|
||||
</parser>
|
||||
<transformer>
|
||||
<target>doc</target>
|
||||
</transformer>
|
||||
<files>
|
||||
<directory>src</directory>
|
||||
</files>
|
||||
</phpdoc>
|
Loading…
Reference in a new issue