More documentation fixes.
This commit is contained in:
parent
0016ac093d
commit
dc6976e373
@ -26,3 +26,8 @@ see:
|
||||
|
||||
Once you have Doxygen and Doxygen Perl Filter installed, run the 'makedocs.sh'
|
||||
script in the main directory to generate the documentation.
|
||||
|
||||
Why Doxygen instead of POD? Mainly personal preference: I find documentation
|
||||
written using doxygen formatting and markup vastly easier to write, and much
|
||||
easier to read, than POD documentation. Doxygen also provides better output
|
||||
than most POD tools. But if you disagree, there's a 'fork' button on github...
|
||||
|
@ -66,7 +66,7 @@ specific aspects of the library:
|
||||
|
||||
* [Blocks](@ref blocks) discusses the purpose, loading, and features of the
|
||||
Block class and subclasses you may with to implement in your application.
|
||||
* [Structure](@ref structure) covers the suggested layout of files and directories.
|
||||
* [Structure](@ref appstructure) covers the suggested layout of files and directories.
|
||||
* [Configuration](@ref config) discusses the core configuration file, and the
|
||||
optional settings table in the database.
|
||||
* [Sessions](@ref sessions) introduces the session handling feature of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user