[#BloombergLP-bslfmt-TestSpecificationGenerator-addFillCharacter] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/TestSpecificationGenerator.adoc[TestSpecificationGenerator]::addFillCharacter :relfileprefix: ../../../ :mrdocs: Add a fill character to the set used when generating specifications. == Synopsis Declared in `<bslfmt_testspecificationgenerator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void addFillCharacter(char character); ---- == Description Add the specified `character` to the set of fill characters. Note that generated instructions will contain the `character` only if this function is called before the `setup` method invocation. == Parameters [cols="1,4"] |=== | Name| Description | *character* | fill character to add to the generation set |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#