Skip to content
Snippets Groups Projects
Commit 5d8753ef authored by Claudio Bisegni's avatar Claudio Bisegni
Browse files

added the documentation creation process

parent 56b8837b
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,6 @@ ChaosMsgClient/chaos
*.os
*.dylib
*.class
Documentation/html
Documentation/latex
ControlUnitTest/ChaosCUTest
......@@ -4,6 +4,13 @@
<FileRef
location = "group:README.txt">
</FileRef>
<Group
location = "container:"
name = "Documentation">
<FileRef
location = "group:Documentation/chaosdocs">
</FileRef>
</Group>
<FileRef
location = "group:CHAOSFramework.xcodeproj">
</FileRef>
......
Documentation/chaos.png

119 KiB

This diff is collapsed.
......@@ -13,7 +13,7 @@
namespace chaos {
/*
/**
Chaos base libreary for other toolkit sublcass
*/
class ChaosCommon {
......@@ -22,18 +22,18 @@ namespace chaos {
ChaosCommon();
~ChaosCommon();
/*
/**
!CHAOS substrate initialization
*/
virtual void init(int argc = 1, const char* argv[] = NULL) throw(CException);
/*
/**
Try to search an ip for the local network interface
*/
void scanForLocalNetworkAddress();
public:
/*
/**
return the global configuration
*/
GlobalConfiguration *getGlobalConfigurationInstance();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment