More documentation fixes.

This commit is contained in:
Chris 2012-04-11 11:52:50 +01:00
parent 0016ac093d
commit dc6976e373
2 changed files with 6 additions and 1 deletions

View File

@ -26,3 +26,8 @@ see:
Once you have Doxygen and Doxygen Perl Filter installed, run the 'makedocs.sh' Once you have Doxygen and Doxygen Perl Filter installed, run the 'makedocs.sh'
script in the main directory to generate the documentation. 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...

View File

@ -66,7 +66,7 @@ specific aspects of the library:
* [Blocks](@ref blocks) discusses the purpose, loading, and features of the * [Blocks](@ref blocks) discusses the purpose, loading, and features of the
Block class and subclasses you may with to implement in your application. 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 * [Configuration](@ref config) discusses the core configuration file, and the
optional settings table in the database. optional settings table in the database.
* [Sessions](@ref sessions) introduces the session handling feature of the * [Sessions](@ref sessions) introduces the session handling feature of the