Hi All,

What we've decided/know about doc files so far:

Location: <root>/doc/<IETF language code>/<filename>.txt
Format: NANFORUM (see: /doc/hdr_tpl.txt)
Codepage: UTF-8

<root>:
 is empty for core functions residing in /src.
 is '/contrib/<libname>' for contrib libs.

<IETF language code> for some languages:
 en - English (generic)
 es - Spanish (generic)
 hu-HU - Hungarian
 pt-BR - Portuguese (Brazil)

<filename>:
 should be the function name "prefix", this can 
 be the namespace ('hb_lib', 'ord'), or first one 
 ('a', 'f') letter, or complete name of function 
 being documented ('tbrowse'). Always lowercase, 
 8.3 format.

 examples:
   /doc/en/a.txt - containing all A*() functions.
   /doc/en/bit.txt - containing HB_BIT*() functions.
   /doc/en/hb_f.txt - containing HB_F*() functions.
   /doc/en/hb_os.txt - containing HB_OS*() functions.
   /doc/en/ord.txt - containing ORD*() functions.
   /doc/en/tbrowse.txt - containing TBROWSE() class.
   /contrib/hbsqlit3/doc/en/sqlite3.txt - containing all SQLITE3_*() functions.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to