トップ 差分 一覧 ソース 置換 検索 ヘルプ PDF RSS ログイン

VB6 ドキュメント生成

 ソースコードからドキュメント作成

VBDOX

http://vbdox.sourceforge.net/index.html
vbdox2_0_30.zip(840)

http://sourceforge.net/projects/vbdoxaddin/
VBDOXAddin_v0.6.exe(1364)

コメントの例
''

' <h1>Test de VBDox</h1>
' Test complet de VBDox
' 
' @remarks  Premier test en live
' @author   fabio
' @version  0.0.1
' @date     2006-06-08
' @history  2006-06-08 : 1ere version
' @bug      Plante si pas de texte
' @todo     Compléter les commentaires
' @todo     Compléter la documentation
' @require  test_functions.vbs
' @include  test_functions.vbs

'' Titre général
Dim gTitre  
Dim sConfiguration

'' Chemin de l'éxécutable
Dim sPathExe

' Attribution du titre
gTitre = "Test VBDox"

' @todo     Compléter les commentaires
wscript.echo WriteDate("Fabio")


''
' Affiche le texte et la date du jour
' @param    sText   Texte à afficher
' @return 	        Le text harodaté
' @remarks  <i>A améliorer</i>
' @todo     Ne rien renvoyer si pas de texte
' @version  0.5.1
' @history  2006-06-08 : 1ere version
' @see      #getdate
Function WriteDate(sText)
  WriteDate = GetDate() & " - " & sText
End Function

''
' Retourne la date
' @param    Aucun
' @return   La date du jour
' @version  0.1
' @see    #WriteDate
' @todo     Préciser le format de la date
Function GetDate()
  GetDate = Now()
End Function

その他のドキュメント作成ツール

http://www.vector.co.jp/soft/win95/prog/se356242.html
vbspec.lzh(634)

[カテゴリ: プログラミング言語 > VB]

[通知用URL]



  • Hatenaブックマークに追加
  • livedoorクリップに追加
  • del.icio.usに追加
  • FC2ブックマークに追加

最終更新時間:2008年05月25日 22時56分17秒