gcontenttype: Improve formatting of gcontenttype section documentation

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-12-13 16:39:37 +00:00
parent b6f7f37427
commit df2f13f89b

View File

@ -41,13 +41,13 @@
* *
* A content type is a platform specific string that defines the type * A content type is a platform specific string that defines the type
* of a file. On UNIX it is a * of a file. On UNIX it is a
* [mime type](http://www.wikipedia.org/wiki/Internet_media_type) * [MIME type](http://www.wikipedia.org/wiki/Internet_media_type)
* like "text/plain" or "image/png". * like `text/plain` or `image/png`.
* On Win32 it is an extension string like ".doc", ".txt" or a perceived * On Win32 it is an extension string like `.doc`, `.txt` or a perceived
* string like "audio". Such strings can be looked up in the registry at * string like `audio`. Such strings can be looked up in the registry at
* HKEY_CLASSES_ROOT. * `HKEY_CLASSES_ROOT`.
* On OSX it is a [Uniform Type Identifier](https://en.wikipedia.org/wiki/Uniform_Type_Identifier) * On macOS it is a [Uniform Type Identifier](https://en.wikipedia.org/wiki/Uniform_Type_Identifier)
* such as "com.apple.application". * such as `com.apple.application`.
**/ **/
#include <dirent.h> #include <dirent.h>