forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4704676
committed
Doc: standardize markup a bit more.
We had a mishmash of <replaceable>, <replaceable>,and <parameter> markup for operator/function arguments. Use <parameter>consistently for things that are in fact names of parameters (includingOUT parameters), reserving <replaceable> for things that aren't. Thelatter class includes some made-up-by-the-docs type class names, like"numeric_type", as well as placeholders for arguments that don't havewell-defined types. Possibly we could do better with those categoriesas well, but for the moment I'm content not to have parameter namesmarked up in different ways in different places.(This commit aligns the earlier sections of chapter 9 with a policythat I'd arrived at while working on commit1ad2333, which is whythe last few sections need no changes.)1 parent1ad2333 commit4704676
1 file changed
+351
-347
lines changed0 commit comments
Comments
(0)