docpp-users Mailing List for DOC++
Brought to you by:
adragos
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(5) |
Feb
(3) |
Mar
(2) |
Apr
(2) |
May
(2) |
Jun
(7) |
Jul
(14) |
Aug
(4) |
Sep
(2) |
Oct
(5) |
Nov
(3) |
Dec
|
| 2004 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
|
4
|
5
|
6
|
7
|
8
(2) |
9
(1) |
10
|
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
From: Carsten B. <Car...@op...> - 2002-08-09 15:07:24
|
Hi Dragos, > > im seeking Dragos, I have written him some mail, but i never > > get any respond. Di someone here from him? > > I didn't get any mail from you. I'm here... Great, thanks for replying!! I have send you an email to dr...@bi... and even to ad...@us..., but perhaps they are lost. I copy here - with some updates - the mail from may that was lost: ========================================================= Hi Dragos, first i want to thank you verry much for your work on DOC++. I use it for Source Documentation by my work at a big german company. I have written an article about DOC++ for a german magazine and i will send it to them in the next days. I had allready written anarticle about freedos and you can see - if you are Interested in - here: www.openwin.de/downloads/freedos-artikel.zip Are you currently working on DOC++? I have seen that the CVS doesnt get changes in the last 8 month. Im interested to become a developer of DOC++ and get CVS access on sourceforge. My user id is: carstenbreuer. I have also found some problems with comments and i dont know if they are known. It should be great if they are fixed before the article came out: I had to reedit most source because there are some errors in comment handling. 1.===================================== Comments like /******************** CIniFile /*********************/ brings DOC++ to hang. It doesnt document any file after that. 2. ======================================= Comments like /////////////////////// // My file header // .... /////////////////////// are threated like a comment for the following statement. if Visual C++ this is offen a guid like AFX_CINIFILE_054457855686BLABLA.. which should be defently not documented ;-)). 3. ======================================= I miss a statement like @ignore to say that what ever came after this, ignore it until a end came. This could be /// @ignore ///@{ A lot of carbage ///@} 4. ======================================== I would like to have a keyword @intro which put all text to the index.html before any explanation. I use DOC++ for a library we have developed and would like to have this before any other stuff would came out. I have tried it with @memo etc, but this doesnt rteally work. I have seen that DOC++ does this by the dxx file format, so i use it also for my libs. The dxx format is - as i know - not documented in the help of DOC++. 5. ========================================= Side effects DOC++ have alot of strange side effects and i sometimes use the "try and error" method to get the results i had expected. This is perhaps depends on the strange side effects of flex. Nonetheless thanks you and all the other People working on DOC++ for this work. Best Regards, Carsten Breuer |
|
From: Breuer S. B. <Car...@op...> - 2002-08-08 23:11:17
|
Hi all im seeking Dragos, I have written him some mail, but i never get any respond. Di someone here from him? Best regards, Carsten Breuer |
|
From: Breuer S. B. <Car...@op...> - 2002-08-08 22:54:06
|
Hi all, i have written a Shell Extension for DOC++ to create some browsing information on the fly. You can select some header files and click on Create DOC++ Overview. The Extension runs then DOC++ with the path to %TEMP_DIR%help. Afterwards it starts the default browser. The project ist located on sourceforge: http://www.sf.net/projects/cbshellext. Best regards Carsten Breuer |