diff options
Diffstat (limited to 'docs/progGuideDB')
-rw-r--r-- | docs/progGuideDB/aspectj-docs.css | 83 | ||||
-rw-r--r-- | docs/progGuideDB/dd_arrow.gif | bin | 0 -> 851 bytes | |||
-rw-r--r-- | docs/progGuideDB/semantics.xml | 5 |
3 files changed, 86 insertions, 2 deletions
diff --git a/docs/progGuideDB/aspectj-docs.css b/docs/progGuideDB/aspectj-docs.css new file mode 100644 index 000000000..3f58ddb57 --- /dev/null +++ b/docs/progGuideDB/aspectj-docs.css @@ -0,0 +1,83 @@ +body { + font-family: "Lucida Grande", "Trebuchet MS", sans-serif; + line-height: 1.1em; + } + +h2 { + font-size: 130%; + font-weight: bold ; + line-height: 16px; + color: #FFFFFF; + background-color: #0080C0; + padding: 5px; +} + +h3 { + font-size: 110%; + font-weight: bold ; + line-height: 14px; + color: #FFFFFF; + background-color: orange; + padding: 5px; +} + +tt { + font-size: 120%; + color: #0080C0; + } + +tt tt { + font-size: 100%; + } + +.programlisting { + padding-top: 5px; + border: 2px solid #ccc; + background: #eee; + font-size: 120%; + color: #111199; + + } + +.term { + color: #111199; + } + +.variablelist dd { + margin-left: 18px; + padding-left: 20px; + background: url(dd_arrow.gif) no-repeat 0 2px; + } + +.toc dt { + font-size: 110%; + padding-bottom: 0px; + margin-bottom: 5px; + } + +.toc dl dd dt { + font-size: 100%; + } + +.toc dt { + font-size: 100% + margin-bottom: 0; + } + +.informaltable table { + margin-left: 5%; + } + +.informaltable th { + background-color: orange; + padding: 1px; + } + +ul li { + line-height: 1.2em; + } + +.keyword { + font-weight: bold; + color: purple; + }
\ No newline at end of file diff --git a/docs/progGuideDB/dd_arrow.gif b/docs/progGuideDB/dd_arrow.gif Binary files differnew file mode 100644 index 000000000..a16b34c95 --- /dev/null +++ b/docs/progGuideDB/dd_arrow.gif diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml index b04f5a9aa..cf5740fde 100644 --- a/docs/progGuideDB/semantics.xml +++ b/docs/progGuideDB/semantics.xml @@ -209,14 +209,15 @@ <informaltable frame="1"> <tgroup cols="4" align="left"> - <tbody valign="top"> + <thead valign="top"> <row> <entry><emphasis role="bold">Join Point</emphasis></entry> <entry><emphasis role="bold">Current Object</emphasis></entry> <entry><emphasis role="bold">Target Object</emphasis></entry> <entry><emphasis role="bold">Arguments</emphasis></entry> </row> - + </thead> + <tbody> <row> <entry>Method Call</entry> <entry>executing object*</entry> |