creating documentation for the code
commitf31e6e5f56cc772f3f10ae5942acd7df18f1d7fc
authorPawel Dziepak <pdziepak@quarnos.org>
Thu, 19 Jun 2008 14:30:42 +0000 (19 16:30 +0200)
committerPawel Dziepak <pdziepak@quarnos.org>
Thu, 19 Jun 2008 14:30:42 +0000 (19 16:30 +0200)
tree6265282c59dc9827735d94a7e76bf1139112e5a9
parent2cf127cc8c7aec6e0d686747d616cf8c38fecae0
creating documentation for the code

 * doxygen configuration file
 * documentation comments for service class
 * vectors implementation
 * testing tool for containters (lists, vectors, maps, etc)
 * workaround for  the bug while calling service methods (better solution will
   be applied when resources will be implemented)
arch/x86/arch_asm.c
arch/x86/arch_asm.h
libs/vector.cpp [new file with mode: 0644]
libs/vector.h [new file with mode: 0644]
manes/start.cpp
scripts/Doxyfile [new file with mode: 0644]
scripts/test.sh [new file with mode: 0755]
scripts/test_collections.cpp [new file with mode: 0644]
services/service.cpp
services/service.h
services/service_tpl.cpp [copied from services/service.h with 50% similarity]