Einzelnen Beitrag anzeigen

Dezipaitor

Registriert seit: 14. Apr 2003
Ort: Stuttgart
1.701 Beiträge
 
Delphi 7 Professional
 
#7

AW: Hilfedateien zu eigenen Komponenten schreiben und zur Verfügung stellen

  Alt 3. Nov 2010, 11:17
Bisher sehe ich nicht, welches Tool genau dies leistet.
Ich muss dich entäuschen. Du hast ein ganz spezielles Problem und erwartest, dass nun irgendein Tool dieses Problem für dich löst. Ziemlich unwahrscheinlich. Aber vielleicht hast du mit den folgenden Tools Glück?


Ich will mir ein Tool schreiben, dass die Dateien nach (inividuellen und verschiedenen, unformatierten) Kommentaren scant, und diese passend aufbereitet und registriert, so das (neue)Kollegen die Hilfedateien nur registrieren brauchen und dann gleich eine Hilfe zu unseren Dateien zur Verfügung haben.
Darauf wird es hinauslaufen. Ich kenne das Format deiner Kommentare nicht. PasDoc verwendet z.B.

Delphi-Quellcode:
{<B>FindEqualACE</B> seeks for a ACE in the ACList.

    @param ACE defines the ACE to be searched for in the list.
    @param EqualACETypeSet defines the criterias that are used to compare the ACE.
      The following criterias are available and can be combined in a set.

          # eactSameSid    The SID is used to compare (EqualSID) and must be equal
          # eactSameFlags The Flags are compared and must be equal
          # eactSameAccessMask The AccessMasks are compared and must be equal
          # eactSameType The ACE type (deny, allow) are compared and must be equal
    @param StartIndex defines the start position for the search in the ACL list starting from zero (0).
    @param Inclusion Is currently not used.
    @param Exclusion Is currently not used.

    @return Returns the position of the found ACE in the list starting from 0.
            If the value iPos is out of bounds, or the ACE could not be found the return value is -1
     }
Und dann gibt es doch Doc-O-Matic, welches ein eigenes Format, JavaDoc und Pasdoc unterstützt.

Welches Format nutzt du?
Christian
Windows, Tokens, Access Control List, Dateisicherheit, Desktop, Vista Elevation?
Goto: JEDI API LIB & Windows Security Code Library (JWSCL)
  Mit Zitat antworten Zitat