Opened 12 years ago
Closed 12 years ago
#447 closed request (fixed)
move internal stuff to sub-directory detail
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.5 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
as usual namespaces and filestructure should mirror each other to place internal stuff in sub-namespace detail.
Perhaps, to make it even clearer it is internal stuff, use internal rather than detail.
Note: See
TracTickets for help on using
tickets.
(In [1591]) fixes #447
Moved some (internal) functions and clases to namespace theplu::yat::utility::detail. Did not move the stuff to another file though, because unexpected problems with cyclic dependency.
Currently the namespace theplu::yat::utility::detail is not documented (doc/namespace.doxygen), which implies that functionality is excluded from documentation.