~neon/marble/master

« back to all changes in this revision

Viewing changes to src/lib/marble/HttpDownloadManager.h

  • Committer: Yuri Chornoivan
  • Date: 2018-12-04 18:37:42 UTC
  • Revision ID: git-v1:1d599182aac210336f5f1922d1ff83f357addf5a
Fix minor EBN doxygen issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
class StoragePolicy;
32
32
 
33
33
/**
34
 
 * @Short This class manages scheduled downloads. 
35
 
 
 
34
 * @short This class manages scheduled downloads.
 
35
 *
36
36
 * The downloadmanager offers a maximum number of active jobs and a
37
37
 * limit for pending jobs.  it also takes care that the job queue
38
38
 * won't be polluted by jobs that timed out already.