This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Delete logic for properties, events, signals, and slots from our Doxybook templates, as those don't exist in C++ Doxygen output. * Replace class member tables with class member synopses. * Refactor `details.tmpl`, omitting fields that we never use. * Fix whitespace trimming in `header.tmpl`. * Make page titles for classes and structs be in code font. * Switch to emitting synopses in `kind_class.tmpl`. Docs/Doxygen: * Tweak excludes in the Doxygen config to not ignore public (e.g. non-detail) entities that happen to live in a detail header. * Add `\file` commands to detail files that contain things that need to be documented, like `<thrust/detail/pointer.h>` and `<thrust/detail/reference.h>`. * Hide implementation details in `<thrust/detail/file.h>` and `<thrust/detail/reference.h>` from Doxygen. * Start consolidating the `memory_management_classes` and `memory_management_functions` Doxygen groups into a new `memory_management` group. * Remove filename argumens from `\file` commands in more places. * Improve documentation of `thrust::device_ptr`. * Remove some unnecessary Doxygen-only code from `thrust::host_vector`. * Fix some malformed Doxygen commands in `thrust::optional`. * Switch from the `\c` command to `<tt>`. Code: * Remove `thrust::system::cuda::experimental::pinned_allocator.h`, which has been deprecated for a long time. * Remove unnecessary SFINAE from `thrust::tagged_reference`. * Replace a `typedef` with a `using` in `thrust::device_ptr`. * Include `<type_traits>` from `<thrust/device_ptr.h>`.
- Loading branch information
1 parent
f222a14
commit fb24e32
Showing
38 changed files
with
541 additions
and
887 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.