| 32 | | |
| 33 | | * prog/doc/doc-features.pl (written in Perl, not installed) |
| 34 | | This program is used to help us generate driver documentation; it scans |
| 35 | | some C source programs to do this. Syntax: |
| 36 | | ./doc-features.pl BASE [PREFIX...] |
| 37 | | BASE is the path to the base directory of the lm_sensors tree |
| 38 | | PREFIX is one of more prefixes of chips you want documented; if left out, |
| 39 | | all chips are documented. |
| 40 | | |
| 41 | | * prog/doc/doc-insmod.pl (written in Perl, not installed) |
| 42 | | This program is used to help us generate driver documentation; it reads |
| 43 | | all module information and outputs insmod parameter information. Syntax: |
| 44 | | ./doc-insmod.pl DRIVER |