- First, do a pass and add the default attribute to every option that doesn't have one specified (but has a default). Also consider adding enum, etc.
- Next, add configInfo XML documentation to all modules in Asterisk with config files, e.g.
app_voicemail
- At this point, check how well sample documentation generates using astsamplegen. Ideally, the sample placeholder (abc123) would not be used as much. If it's still used a lot, consider adding a "placeholder" value to the schema as a last resort for sane sample values to be generated
Comments
You must be logged in to leave a comment.