~kiithsacmp/miniini/trunk

14 by Ferdinand Majerech
Refactored INIFile::LoadBuffer() and INISection::Init() to multiple functions. Code is now both cleaner and faster. Also, INIFile::LoadBuffer() does not alter contents of given buffer anymore, and changelog and readme were updated accordingly.
1
#! /bin/bash
2
rm -r doc/html
3
doxygen
48 by Ferdinand Majerech
Done the last changes for the 0.7 release
4
for file in ./doc/tutorials/*.txt
5
do
50 by Ferdinand Majerech
Removed the INISection operator [] which couldn't be used as INISection can only be accessed through a pointer.
6
    txt2tags -t html -v --encoding utf-8 --css-sugar --style ../docstyle.css "$file"    
48 by Ferdinand Majerech
Done the last changes for the 0.7 release
7
done
62 by Ferdinand Majerech
Wrote an article on internal storage of INI data and added it to documentation.
8
for file in ./doc/articles/*.txt
9
do
10
    txt2tags -t html -v --encoding utf-8 --css-sugar --style ../docstyle.css "$file"    
11
done
48 by Ferdinand Majerech
Done the last changes for the 0.7 release
12
txt2tags -t html -v --encoding utf-8 --css-sugar --style doc/docstyle.css README.txt