diff options
author | Niclas Eklund <[email protected]> | 2011-05-20 14:32:49 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-20 14:32:49 +0200 |
commit | 001e7d1b861bcf4f7a26d7d267ca906ed7b48516 (patch) | |
tree | 30a14b3baf42e2637e14d01fab883f6eee4d762d /lib/cosTime | |
parent | 916e80959746c467ff858538e35f3c0105dbbced (diff) | |
parent | caf2dedaf1537a02ec27807daee52de94739ae44 (diff) | |
download | otp-001e7d1b861bcf4f7a26d7d267ca906ed7b48516.tar.gz otp-001e7d1b861bcf4f7a26d7d267ca906ed7b48516.tar.bz2 otp-001e7d1b861bcf4f7a26d7d267ca906ed7b48516.zip |
Merge branch 'nick/Cos-Apps/remove_shy_in_doc/OTP-9319' into dev
* nick/Cos-Apps/remove_shy_in_doc/OTP-9319:
OTP-9319 Removed superfluous usage of shy in the documentation since it can cause problem if a buggy tool is used.
Diffstat (limited to 'lib/cosTime')
-rw-r--r-- | lib/cosTime/doc/src/CosTimerEvent_TimerEventHandler.xml | 7 | ||||
-rw-r--r-- | lib/cosTime/doc/src/CosTimerEvent_TimerEventService.xml | 3 | ||||
-rw-r--r-- | lib/cosTime/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/cosTime/vsn.mk | 2 |
4 files changed, 22 insertions, 7 deletions
diff --git a/lib/cosTime/doc/src/CosTimerEvent_TimerEventHandler.xml b/lib/cosTime/doc/src/CosTimerEvent_TimerEventHandler.xml index 4b2e57642a..2adf318674 100644 --- a/lib/cosTime/doc/src/CosTimerEvent_TimerEventHandler.xml +++ b/lib/cosTime/doc/src/CosTimerEvent_TimerEventHandler.xml @@ -23,10 +23,9 @@ The Initial Developer of the Original Code is Ericsson AB. </legalnotice> - <title>CosTimerEvent_­TimerEventHandler</title> - <shorttitle>..._TimerEventHandler</shorttitle> - <prepared>Niclas Eklund</prepared> - <responsible>Niclas Eklund</responsible> + <title>CosTimerEvent_TimerEventHandler</title> + <prepared></prepared> + <responsible></responsible> <docno></docno> <approved>Niclas Eklund</approved> <checked></checked> diff --git a/lib/cosTime/doc/src/CosTimerEvent_TimerEventService.xml b/lib/cosTime/doc/src/CosTimerEvent_TimerEventService.xml index fb3fe747e5..80f5fd1466 100644 --- a/lib/cosTime/doc/src/CosTimerEvent_TimerEventService.xml +++ b/lib/cosTime/doc/src/CosTimerEvent_TimerEventService.xml @@ -23,8 +23,7 @@ The Initial Developer of the Original Code is Ericsson AB. </legalnotice> - <title>CosTimerEvent_­TimerEventService</title> - <shorttitle>..._TimerEventService</shorttitle> + <title>CosTimerEvent_TimerEventService</title> <prepared>Niclas Eklund</prepared> <responsible>Niclas Eklund</responsible> <docno></docno> diff --git a/lib/cosTime/doc/src/notes.xml b/lib/cosTime/doc/src/notes.xml index 718ca23bc5..3698e4813e 100644 --- a/lib/cosTime/doc/src/notes.xml +++ b/lib/cosTime/doc/src/notes.xml @@ -33,6 +33,23 @@ </header> <section> + <title>cosTime 1.1.11</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p> + Removed superfluous usage of shy in the documentation since it can cause problem if + a buggy tool is used.</p> + <p> + Own Id: OTP-9319 Aux Id:</p> + </item> + </list> + </section> + </section> + + <section> <title>cosTime 1.1.10</title> <section> diff --git a/lib/cosTime/vsn.mk b/lib/cosTime/vsn.mk index ebc5aff1cc..4d982f3013 100644 --- a/lib/cosTime/vsn.mk +++ b/lib/cosTime/vsn.mk @@ -1,2 +1,2 @@ -COSTIME_VSN = 1.1.10 +COSTIME_VSN = 1.1.11 |