mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
Move Doxyfile to base directory
This commit is contained in:
parent
c0b3b73c88
commit
c3c7c50dc5
4 changed files with 6 additions and 11 deletions
|
@ -111,10 +111,10 @@ If the command-line tools `diff` and `patch` are unavailabe for you, `phpcbf` ca
|
|||
### Code documentation
|
||||
|
||||
If you are interested in having the documentation of the Friendica code outside of the code files, you can use [Doxygen](http://doxygen.org) to generate it.
|
||||
The configuration file for Doxygen is located in the `util` directory of the project sources.
|
||||
The configuration file for Doxygen is located in the base directory of the project sources.
|
||||
Run
|
||||
|
||||
$> doxygen util/Doxyfile
|
||||
$> doxygen Doxyfile
|
||||
|
||||
to generate the files which will be located in the `doc/html` subdirectory in the Friendica directory.
|
||||
You can browse these files with any browser.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue