File: ok_longcode_underscores.pas

package info (click to toggle)
pasdoc 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 33,536 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 519; sh: 417
file content (20 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ 2005-06-07: Latex version of docs for this unit are wrong,
  because ConvertString is not called to convert _ char.
  So _ is not escaped and latex fails.
  Also, HTML version is bad, because "With" is formatted in bold,
  because it's treated like keyword.
  
  Fixed by adding _ to AlphaNumeric in PasDoc_Gen in FormatPascalCode.

  @longcode(#
    Identifier_With_Underscores;
  #)
}

unit ok_longcode_underscores;

interface

implementation

end.