Overview
| Comment: | OFURL.h: Add missing @brief to documentation |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2a6c3df320acbdd7f75672e89108a55a |
| User & Date: | js on 2016-02-21 10:52:03 |
| Other Links: | manifest | tags |
Context
|
2016-02-21
| ||
| 11:59 | OFArray: Fix bug introduced by refactorization (check-in: 8a14ad35aa user: js tags: trunk) | |
| 10:52 | OFURL.h: Add missing @brief to documentation (check-in: 2a6c3df320 user: js tags: trunk) | |
| 10:36 | OFRunLoop: Fix a missing deadline != nil check (check-in: bb8753c099 user: js tags: trunk) | |
Changes
Modified src/OFURL.h from [1ffe3a44f6] to [1f6d5f7a9d].
| ︙ | |||
75 76 77 78 79 80 81 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | - + - + - + + | /*! * The fragment part of the URL. */ @property OF_NULLABLE_PROPERTY (copy) OFString *fragment; /*! |
| ︙ |