Page 1 of 1
Thread library with documentation. First publication.
Posted: Fri Feb 15, 2013 1:45 pm
by Simbad
Hello, this is the first publication of the work I am doing a long time now. [url]http://www.simulated-universe.de/libs/ThreadSpec.html[/url] know that C++ thread implementations are found in allmost any framework. The difference here is that the C++ source code, the documentation in HTML format including the pictures are generated from my favorite UML-Tool [url]http://www.openameos.org[/url] For now I am not completed with the generation of all content and not completed with the library. But I thought it is now time to let others see what has been done so far.There are lots of other libraries and functions already available in my UML-Model but because of the limited number of classes and dependencies I started with the Thread-Library to create the generator.The outline of the Documentation is modelled in UML as well. But for that I am not sure whether it is all well done.I am interested on any suggestions and ideas for more.
RE: Thread library with documentation. First publication.
Posted: Sat Feb 16, 2013 4:57 am
by nevilclavain
Quite difficult to build an opininon from only three UML diagram. Is your project open-source ? Otherwise, providing doxygen pages from your sources can help readers if you want some suggestion and ideas

RE: Thread library with documentation. First publication.
Posted: Sat Feb 16, 2013 5:32 am
by Simbad
Using doxygen means to run a tool that extracts information from the source that is already present in the UML-Model. And the source is generated from the UML-Model.So it is no way to go through doxygen.I have seen documentations from doxygen that had not less than 2000 pages with no information that needs that much pages.I will add the class/method/attribute description as well. But needed to start with something to re-initiate my motivation.

I think not that it will be made open source. I can generate it for linux and windows and for 32-Bit and 64-Bit systems. So I see no benefit from making it open source.And than I would have problems to incorporate changes into the UML-Model.
RE: Thread library with documentation. First publication.
Posted: Mon Feb 25, 2013 9:57 am
by Simbad
New link. More info [url]http://www.simulated-universe.de/libs/DocumentsOverview.html[/url]