About: Ddoc

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Ddoc is a compiler-embedded documentation generator and associated syntax, for the D programming language, designed by Walter Bright. Its emphasis is on being able to write documentation in code comments in a natural style, minimizing the need for embedded markup and thus improving the legibility of the code comments. It is similar in concept to Doxygen and Javadoc. Code comments are associated with symbols in the code, and Ddoc uses the semantic and syntactic information available from the D compiler to fill in routine information such as parameters and return types automatically.

Property Value
dbo:abstract
  • دي دوك هو جزء من مولدات الوثائق للغة البرمجة دي وقد قام بتصميمه برايت والتر . فإن تركيزه ينصب على أن يكون قادر على كتابة وثائق في تعليقات الرموز البرمجية في أسلوب الطبيعية، والتقليل من الحاجة إلى توصيف العلامات وبالتالي تحسين وضوح رمز التعليقات. والأمر مشابه في مفهوم إلى دي أكسجين وJavadoc. (ar)
  • Ddoc is a compiler-embedded documentation generator and associated syntax, for the D programming language, designed by Walter Bright. Its emphasis is on being able to write documentation in code comments in a natural style, minimizing the need for embedded markup and thus improving the legibility of the code comments. It is similar in concept to Doxygen and Javadoc. Code comments are associated with symbols in the code, and Ddoc uses the semantic and syntactic information available from the D compiler to fill in routine information such as parameters and return types automatically. The code comments and symbol table information are processed by Ddoc into an internal structured format. Each of these structures corresponds to a template expressed as a macro. The template macros convert the structured format into another set of macros that express the markup. The latter set of markup macros are expanded to produce, by default, HTML. Both the template macros and the markup macros can be overridden by the user, and can be applied via external files analogous to HTML style sheets. The template macros can be changed to customize the high level formatting, and the markup macros can be altered to produce other output forms such as XML and XHTML. (en)
  • Ddoc es un generador de documentación embebido para el lenguaje de programación D diseñado por Walter Bright. Su énfasis está en ser capaz de escribir la documentación en los comentarios de código en un estilo natural, reduciendo al mínimo la necesidad de marcado integrados y así mejorar la legibilidad de los comentarios de código. Es similar en concepto a Doxygen y Javadoc. Los comentarios se asocian con símbolos en el código, y Ddoc utiliza la semántica e información sintáctica disponible en el compilador D para rellenar la información de rutina, tales como los parámetros y tipos de retorno de forma automática. Los comentarios de código y la tabla de información de símbolos son procesados por Ddoc en un formato estructurado interior. Cada una de estas estructuras corresponde a una plantilla expresada como una macro. La plantilla de macros convierte el formato estructurado en otro conjunto de macros que expresan el marcado. El último conjunto de macros se expande para producir, por defecto, HTML. Tanto la plantilla de macros y las macros pueden ser anuladas por el usuario, y pueden ser aplicadas a través de archivos externos análogos a las hojas de estilo HTML. La plantilla de macros se puede cambiar para personalizar el formato de alto nivel, y las macros pueden ser modificadas para producir formas de salida, tales como XML y XHTML. (es)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 2754971 (xsd:integer)
dbo:wikiPageLength
  • 2111 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1052913378 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • دي دوك هو جزء من مولدات الوثائق للغة البرمجة دي وقد قام بتصميمه برايت والتر . فإن تركيزه ينصب على أن يكون قادر على كتابة وثائق في تعليقات الرموز البرمجية في أسلوب الطبيعية، والتقليل من الحاجة إلى توصيف العلامات وبالتالي تحسين وضوح رمز التعليقات. والأمر مشابه في مفهوم إلى دي أكسجين وJavadoc. (ar)
  • Ddoc is a compiler-embedded documentation generator and associated syntax, for the D programming language, designed by Walter Bright. Its emphasis is on being able to write documentation in code comments in a natural style, minimizing the need for embedded markup and thus improving the legibility of the code comments. It is similar in concept to Doxygen and Javadoc. Code comments are associated with symbols in the code, and Ddoc uses the semantic and syntactic information available from the D compiler to fill in routine information such as parameters and return types automatically. (en)
  • Ddoc es un generador de documentación embebido para el lenguaje de programación D diseñado por Walter Bright. Su énfasis está en ser capaz de escribir la documentación en los comentarios de código en un estilo natural, reduciendo al mínimo la necesidad de marcado integrados y así mejorar la legibilidad de los comentarios de código. Es similar en concepto a Doxygen y Javadoc. (es)
rdfs:label
  • دي دوك (ar)
  • Ddoc (es)
  • Ddoc (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License