I finally managed to make the docmaker works (the library name into the txt file needed to be the same as the txt filename)
Now i've got a question
For the moment i've managed to do that :
+ MyLIbrary
- Command1
- Command2
- Command3
- ...
But this is not good for my library which is quite complex, i would need more something like this :
+ MyLIbrary
+ First part
- Command1
- Command2
- Command3
+ Second part
- Command1
- Command2
- Command3
Is it possible ? If not, will it be ? I really need this feature to do my help files
- ...

