Browse Source

Added missing examples

master
Artyom Beilis 12 years ago
parent
commit
54945b7c52
3 changed files with 3 additions and 1 deletions
  1. +1
    -1
      examples/autogenerated.doxy
  2. +1
    -0
      examples/examples.doxy
  3. +1
    -0
      examples/examples.txt

+ 1
- 1
examples/autogenerated.doxy View File

@@ -243,7 +243,7 @@
\include message_board/locale/he/LC_MESSAGES/mb.po \include message_board/locale/he/LC_MESSAGES/mb.po
*/ */


/*! \page ex_serialization serialization
/*! \page ex_serialization Using Serialization Services


- \subpage ex_serialization____Makefile - \subpage ex_serialization____Makefile
- \subpage ex_serialization____external_serialization__cpp - \subpage ex_serialization____external_serialization__cpp


+ 1
- 0
examples/examples.doxy View File

@@ -19,6 +19,7 @@ Important Tasks:
- \subpage ex_basic_cache - \subpage ex_basic_cache
- \subpage ex_localization - \subpage ex_localization
- \subpage ex_sessions - \subpage ex_sessions
- \subpage ex_serialization


Security: Security:




+ 1
- 0
examples/examples.txt View File

@@ -21,3 +21,4 @@ url_mapping Using nice URLs and a mapping between modules and URLs
hierarchy Using applications hierarchy and URL mapping hierarchy Using applications hierarchy and URL mapping
xss XSS filters and their use example xss XSS filters and their use example
aio Asynchonous I/O examples aio Asynchonous I/O examples
serialization Using Serialization Services

Loading…
Cancel
Save