Skip to content

Commit 969fc35

Browse files
committed
More cleanup.
1 parent 306bfa2 commit 969fc35

58 files changed

Lines changed: 1 addition & 1486 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

adobe/any_regular.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ namespace adobe {
4141

4242
/*!
4343
\defgroup any_regular any_regular_t
44-
\ingroup runtime_concepts abi_safe
4544
*/
4645

4746

adobe/any_regular_fwd.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ class any_regular_t;
2626

2727
using version_1::any_regular_t;
2828

29-
#if defined(ADOBE_NO_DOCUMENTATION)
30-
/* REVISIT (mmarcus) : doxygen doesn't seem to understand using
31-
declarartions. This is a doxygen only hack to keep reference links
32-
from breaking.
33-
*/
34-
//!\ingroup abi_container
35-
typedef version_1::any_regular_t any_regular_t;
36-
#endif
37-
3829
} // namespace adobe
3930

4031
/**************************************************************************************************/

adobe/array_fwd.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace adobe {
2020

2121
/**************************************************************************************************/
2222

23-
//!\ingroup abi_container
2423
typedef std::vector<any_regular_t> array_t;
2524

2625
/**************************************************************************************************/

adobe/closed_hash.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ namespace version_1 {
124124
/**************************************************************************************************/
125125

126126
/*!
127-
\defgroup abi_container ABI-Safe Containers: hash containers, vector, ...
128-
\ingroup abi_safe container
129-
*/
130-
131-
/*!
132-
\ingroup abi_container
133127
134128
\brief A hash based associative container.
135129
@@ -628,9 +622,6 @@ class closed_hash_set
628622
/**************************************************************************************************/
629623

630624
/*!
631-
632-
\ingroup abi_container
633-
634625
\brief A hash based associative container.
635626
636627
\par

adobe/closed_hash_fwd.hpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ class closed_hash_map;
4141
using version_1::closed_hash_map;
4242
using version_1::closed_hash_set;
4343

44-
#if defined(ADOBE_NO_DOCUMENTATION)
45-
/* REVISIT (mmarcus) : doxygen doesn't seem to understand using
46-
declarartions. This is a doxygen only hack to keep reference links
47-
from breaking.
48-
*/
49-
//!\ingroup abi_container
50-
typedef version_1::closed_hash_set closed_hash_set;
51-
typedef version_1::closed_hash_map closed_hash_map;
52-
#endif
53-
5444
} // namespace adobe
5545

5646
/**************************************************************************************************/

adobe/copy_on_write.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ namespace version_1 {
3636
/**************************************************************************************************/
3737

3838
/*!
39-
\defgroup abi_misc ABI-Safe Utilities
40-
\ingroup abi_safe
41-
*/
42-
43-
/*!
44-
\ingroup abi_misc util_misc
4539
\brief A copy-on-write wrapper for any model of \ref concept_regular_type.
4640
4741
\model_of

adobe/dictionary_fwd.hpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ namespace version_1 {
2323

2424
/**************************************************************************************************/
2525

26-
//!\ingroup abi_container
2726
typedef closed_hash_map<name_t, any_regular_t> dictionary_t;
2827

2928
/**************************************************************************************************/
@@ -32,15 +31,6 @@ typedef closed_hash_map<name_t, any_regular_t> dictionary_t;
3231

3332
using version_1::dictionary_t;
3433

35-
#if defined(ADOBE_NO_DOCUMENTATION)
36-
/* REVISIT (mmarcus) : doxygen doesn't seem to understand using
37-
declarartions. This is a doxygen only hack to keep reference links
38-
from breaking.
39-
*/
40-
//!\ingroup abi_container
41-
typedef version1::closed_hash_map<name_t, any_regular_t> dictionary_t;
42-
#endif
43-
4434
} // namespace adobe
4535

4636
/**************************************************************************************************/

adobe/empty.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ namespace version_1 {
2727
/**************************************************************************************************/
2828

2929
/*!
30-
\ingroup abi_misc
31-
3230
\model_of
3331
- \ref concept_regular_type
3432
- \ref stldoc_LessThanComparable
@@ -48,7 +46,6 @@ struct empty_t : private boost::totally_ordered<empty_t> {
4846
};
4947

5048
#if defined(ADOBE_STD_SERIALIZATION)
51-
//!\ingroup abi_misc
5249
std::ostream& operator<<(std::ostream& stream, const empty_t&);
5350
#endif
5451

adobe/function.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ namespace version_1 {
155155

156156
/**************************************************************************************************/
157157

158-
/*!
159-
\pre \c R must have a non-throwing default constructor. \c R and all argument types
160-
must be abi safe. Any arguments passed by value must have a non-throwing copy constructor.
161-
*/
162158

163159
template <typename F>
164160
class function;

adobe/vector.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ namespace version_1 {
4646

4747
/**************************************************************************************************/
4848

49-
//!\ingroup abi_container
5049
template <typename T, // T models Regular
5150
typename A> // A models Allocator(T)
5251
class vector : boost::totally_ordered<vector<T, A>, vector<T, A>> {

0 commit comments

Comments
 (0)