diff options
| author | Mark Young <marky@lunarg.com> | 2016-09-01 13:43:04 -0600 |
|---|---|---|
| committer | Mark Young <marky@lunarg.com> | 2016-09-01 13:43:04 -0600 |
| commit | 336bcdc05545502d3d1413d4b74fe9ffef82ffb5 (patch) | |
| tree | 04116f9e230a5661ef8af22bea49739825989ee8 /loader | |
| parent | 446b4ebf5157bf187830825bbfbea90e503703a4 (diff) | |
| download | usermoji-336bcdc05545502d3d1413d4b74fe9ffef82ffb5.tar.xz | |
docs: Fix "Cautions" title
GitHub Markdown doesn't support the sub-section we tried to use.
Instead, make this plain text, underlined and bolded.
Change-Id: Id20275c79f06b59c39ab9a9d118ddcbea6110ffa
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/LoaderAndLayerInterface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index 8bb07d58..22d5520f 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -1514,7 +1514,7 @@ struct my_wrapped_instance_obj_ { Layers that wrap dispatchable objects must follow the guidelines for creating new dispatchable objects (below). -####### Cautions: +<u><b>Cautions</b></u> Layers are generally discouraged from wrapping objects, because of the potential for incompatibilities with new extensions. For example, let's say |
