View source code
							
							
						
								Display the source code in dmd/doc.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						Module dmd.doc
Compiler implementation of the D programming language.
Documentation
https://dlang.org/phobos/dmd_doc.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/doc.d
Functions
| Name | Description | 
|---|---|
| 
									escapeDdocString(buf, start)
								 | Having unmatched parentheses can hose the output of Ddoc, as the macros depend on properly nested parentheses. This function replaces all ( with ( and ) with ) to preserve text literally. This also means macros in the text won't be expanded. | 
| 
									gendocfile(m)
								 | |
| 
									isIdStart(p)
								 | Determine if p points to the start of an identifier. | 
| 
									isIdTail(p)
								 | Determine if p points to the rest of an identifier. | 
| 
									skiptoident(buf, i)
								 | Scan forward to one of: start of identifier beginning of next line end of buf | 
| 
									utfStride(p)
								 | Return number of bytes in UTF character. | 
Structs
| Name | Description | 
|---|---|
| 
									DocComment
								 | 
Authors
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.